set

pure constructor()

Construct a new empty set.

Since

0.6.0


pure constructor(values: iterable<-T>)

Construct a new set by copying the values from another iterable.

Since

0.6.0

Parameters

values

an iterable containing values with which to initialize this set